home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / bccapp.zip / COMPILE.BAT < prev    next >
DOS Batch File  |  1991-05-07  |  341b  |  12 lines

  1. @echo off
  2. rem
  3. rem In order to build the STATS demo program, simply type COMPILE
  4. rem in this directory.  For this we assume the archive was unzipped
  5. rem into the appropriate directories.
  6. rem
  7. rem Must compile in SMALL model
  8. rem
  9. rem If using Turbo C++ 1.0, change bcc to tcc
  10. rem
  11. bcc -I..\inc -L..\lib -w-aus -ms -P stats.c adl_s.lib
  12.